GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / DrawBarcodeQrCode_3 Method





In This Topic
DrawBarcodeQrCode_3 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function DrawBarcodeQrCode_3( _
   ByVal Data As String, _
   ByVal EncodingMode As BarcodeQREncodingMode, _
   ByVal ErrorCorrectionLevel As BarcodeQRErrorCorrectionLevel, _
   ByVal Version As Integer, _
   ByVal QuietZone As Integer, _
   ByVal ModuleSize As Integer, _
   ByVal DstX As Single, _
   ByVal DstY As Single, _
   ByVal FillColorR As Byte, _
   ByVal FillColorG As Byte, _
   ByVal FillColorB As Byte, _
   ByVal BackColorR As Byte, _
   ByVal BackColorG As Byte, _
   ByVal BackColorB As Byte _
) As GdPictureStatus
public function DrawBarcodeQrCode_3( 
    Data: String;
    EncodingMode: BarcodeQREncodingMode;
    ErrorCorrectionLevel: BarcodeQRErrorCorrectionLevel;
    Version: Integer;
    QuietZone: Integer;
    ModuleSize: Integer;
    DstX: Single;
    DstY: Single;
    FillColorR: Byte;
    FillColorG: Byte;
    FillColorB: Byte;
    BackColorR: Byte;
    BackColorG: Byte;
    BackColorB: Byte
): GdPictureStatus; 
public function DrawBarcodeQrCode_3( 
   Data : String,
   EncodingMode : BarcodeQREncodingMode,
   ErrorCorrectionLevel : BarcodeQRErrorCorrectionLevel,
   Version : int,
   QuietZone : int,
   ModuleSize : int,
   DstX : float,
   DstY : float,
   FillColorR : byte,
   FillColorG : byte,
   FillColorB : byte,
   BackColorR : byte,
   BackColorG : byte,
   BackColorB : byte
) : GdPictureStatus;

Parameters

Data
EncodingMode
ErrorCorrectionLevel
Version
QuietZone
ModuleSize
DstX
DstY
FillColorR
FillColorG
FillColorB
BackColorR
BackColorG
BackColorB
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members